Skip to content

Commit 897db10

Browse files
committed
update boost download url
1 parent 838d9b9 commit 897db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ${SUDO_CMD} ninja install
102102
cd ../../
103103

104104
# build static version of boost serialization & install headers
105-
wget https://boostorg.jfrog.io/artifactory/main/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_}.tar.gz
105+
wget https://archives.boost.io/release/${BOOST_VERSION}/source/boost_${BOOST_VERSION_}.tar.gz
106106
tar xf boost_${BOOST_VERSION_}.tar.gz
107107
cd boost_${BOOST_VERSION_}
108108
./bootstrap.sh ${BOOST_BOOTSTRAP_OPTIONS} --prefix="${BOOST_INSTALL_PREFIX}" --with-libraries=serialization

0 commit comments

Comments
 (0)