Skip to content

Commit aaf3814

Browse files
authored
Update Boost download URL for tarball builds
1 parent fa6427e commit aaf3814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab/build-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ rm -f $PACKAGES_DIR/ctags-p5.9.20201129.0.tar.gz
305305

306306
if [ ! -f $DEPS_INSTALL_RUNTIME_DIR/boost-install/lib/libboost_program_options.so ]; then
307307
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
308+
wget --no-verbose --no-clobber https://archives.boost.io/release/1.74.0/source/boost_1_74_0.tar.gz
309309
tar -xf boost_1_74_0.tar.gz
310310
cd boost_1_74_0
311311

0 commit comments

Comments
 (0)