Skip to content

Commit

Permalink
CI: update boost download link
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig committed Jan 6, 2025
1 parent 312bc2c commit 25c8127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/install_boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ then
BOOST_BASE_NAME=$(echo -n ${ALPAKA_CI_BOOST_BRANCH} | tr "." "_" | tr "-" "_")
BOOST_BASE_VERSION=$(echo -n ${ALPAKA_CI_BOOST_BRANCH} | sed 's/boost-//')
BOOST_TAR_FILE_NAME="${BOOST_BASE_NAME}.tar.gz"
BOOST_DOWNLOAD_LINK="https://boostorg.jfrog.io/artifactory/main/release/${BOOST_BASE_VERSION}/source/${BOOST_TAR_FILE_NAME}"
BOOST_DOWNLOAD_LINK="https://archives.boost.io/release/${BOOST_BASE_VERSION}/source/${BOOST_TAR_FILE_NAME}"
rm -rf ${BOOST_ROOT}
travis_retry wget -q ${BOOST_DOWNLOAD_LINK}
tar -xf "$BOOST_TAR_FILE_NAME"
Expand Down

0 comments on commit 25c8127

Please sign in to comment.