Skip to content

Commit 9b43daa

Browse files
committed
scripts: fix protobuf URL on arm64
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e2d9a1b commit 9b43daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-protobuf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PROTOBUF_DIR=$(mktemp -d)
2828
case $GOARCH in
2929

3030
arm64)
31-
wget -O "$PROTOBUF_DIR/protobuf" "https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-aarch64.zip"
31+
wget -O "$PROTOBUF_DIR/protobuf" "https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-aarch_64.zip"
3232
unzip "$PROTOBUF_DIR/protobuf" -d /usr/local
3333
;;
3434

0 commit comments

Comments
 (0)