Skip to content

Commit

Permalink
build(boost): Update Boost's source URL (fixes #649). (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues authored Jan 3, 2025
1 parent 329edf6 commit 61f9902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/tools/scripts/lib_install/install-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd $temp_dir

# Download source
tar_filename=boost_${version_with_underscores}.tar.gz
curl -fsSL https://boostorg.jfrog.io/artifactory/main/release/${version}/source/${tar_filename} -o ${tar_filename}
curl -fsSL https://archives.boost.io/release/${version}/source/${tar_filename} -o ${tar_filename}
tar xzf ${tar_filename}
cd boost_${version_with_underscores}

Expand Down

0 comments on commit 61f9902

Please sign in to comment.