We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6427e commit aaf3814Copy full SHA for aaf3814
.gitlab/build-deps.sh
@@ -305,7 +305,7 @@ rm -f $PACKAGES_DIR/ctags-p5.9.20201129.0.tar.gz
305
306
if [ ! -f $DEPS_INSTALL_RUNTIME_DIR/boost-install/lib/libboost_program_options.so ]; then
307
cd $PACKAGES_DIR
308
- wget --no-verbose --no-clobber https://boostorg.jfrog.io/artifactory/main/release/1.74.0/source/boost_1_74_0.tar.gz
+ wget --no-verbose --no-clobber https://archives.boost.io/release/1.74.0/source/boost_1_74_0.tar.gz
309
tar -xf boost_1_74_0.tar.gz
310
cd boost_1_74_0
311
0 commit comments