Skip to content

Commit 426fcfb

Browse files
committed
fix protobuf aarch64
Signed-off-by: fahed dorgaa <[email protected]>
1 parent 4d395bf commit 426fcfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/setup/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)