We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d9a1b commit 9b43daaCopy full SHA for 9b43daa
1 file changed
scripts/install-protobuf
@@ -28,7 +28,7 @@ PROTOBUF_DIR=$(mktemp -d)
28
case $GOARCH in
29
30
arm64)
31
- wget -O "$PROTOBUF_DIR/protobuf" "https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-aarch64.zip"
+ wget -O "$PROTOBUF_DIR/protobuf" "https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protoc-$PROTOBUF_VERSION-linux-aarch_64.zip"
32
unzip "$PROTOBUF_DIR/protobuf" -d /usr/local
33
;;
34
0 commit comments