diff --git a/proto/install.sh b/proto/install.sh index 52f3c3f..cc0c196 100755 --- a/proto/install.sh +++ b/proto/install.sh @@ -25,7 +25,7 @@ fi file=protoc-${version}-${platform}-x86_64.zip -wget https://github.com/google/protobuf/releases/download/v${version}/${file} +wget https://github.com/protocolbuffers/protobuf/releases/download/v${version}/${file} unzip ${file} rm ${file}