aboutsummaryrefslogtreecommitdiff
path: root/python/release/wheel/protobuf_optimized_pip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'python/release/wheel/protobuf_optimized_pip.sh')
-rwxr-xr-xpython/release/wheel/protobuf_optimized_pip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/release/wheel/protobuf_optimized_pip.sh b/python/release/wheel/protobuf_optimized_pip.sh
index 98306f4c..07c2a093 100755
--- a/python/release/wheel/protobuf_optimized_pip.sh
+++ b/python/release/wheel/protobuf_optimized_pip.sh
@@ -39,7 +39,7 @@ PYTHON_VERSIONS=('cp27-cp27mu' 'cp33-cp33m' 'cp34-cp34m' 'cp35-cp35m' 'cp36-cp36
mkdir -p ${DIR}
cd ${DIR}
-curl -SsL -O https://github.com/google/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz
+curl -SsL -O https://github.com/protocolbuffers/protobuf/archive/v${PROTOBUF_VERSION}.tar.gz
tar xzf v${PROTOBUF_VERSION}.tar.gz
cd $DIR/protobuf-${PROTOBUF_VERSION}