diff --git a/scripts/vagrant-linux-protoc.sh b/scripts/vagrant-linux-protoc.sh index dc04c3583..36b0a0498 100755 --- a/scripts/vagrant-linux-protoc.sh +++ b/scripts/vagrant-linux-protoc.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # set up protoc so that we can use it for protobuf generation -PROTOC_ZIP=protoc-3.3.0-osx-x86_64.zip +PROTOC_ZIP=protoc-3.3.0-linux-x86_64.zip curl -OL https://github.com/google/protobuf/releases/download/v3.3.0/$PROTOC_ZIP sudo unzip -o $PROTOC_ZIP -d /usr/local bin/protoc rm -f $PROTOC_ZIP