Skip to content

Commit

Permalink
chore: fix setup protoc aarch64 (#14754)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Feb 27, 2024
1 parent 9d36698 commit 468bfab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup/dev_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function install_protobuf {
;;
*)
arch=$(uname -m)
arch=${arch/aarch64/aarch_64}
PB_REL="https://github.com/protocolbuffers/protobuf/releases"
curl -LO $PB_REL/download/v3.15.8/protoc-3.15.8-linux-${arch}.zip
unzip protoc-3.15.8-linux-${arch}.zip -d protoc-3.15.8
Expand Down

0 comments on commit 468bfab

Please sign in to comment.