We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cad98 commit b531ac9Copy full SHA for b531ac9
1 file changed
.gitlab/build-deps.sh
@@ -326,8 +326,7 @@ fi
326
##########
327
328
cd $PACKAGES_DIR
329
-wget --no-verbose --no-clobber https://github.com/apache/thrift/archive/refs/tags/v0.13.0.tar.gz \
330
- -O thrift-0.13.0.tar.gz
+wget --no-verbose --no-clobber http://archive.apache.org/dist/thrift/0.13.0/thrift-0.13.0.tar.gz
331
tar -xf thrift-0.13.0.tar.gz
332
cd thrift-0.13.0
333
0 commit comments