Skip to content

Commit

Permalink
downloading boost source files from archives.boost.io
Browse files Browse the repository at this point in the history
Committed-by: [email protected] from Dev container
  • Loading branch information
zhanglei1949 committed Jan 2, 2025
1 parent 0c3d19e commit d565cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphscope/gsctl/scripts/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ install_boost() {
pushd "${tempdir}" || exit
directory="boost_1_75_0"
file="${directory}.tar.gz"
url="https://boostorg.jfrog.io/artifactory/main/release/1.75.0/source"
url="https://archives.boost.io/release/1.75.0/source"
url=$(set_to_cn_url ${url})
download_and_untar "${url}" "${file}" "${directory}"
pushd ${directory} || exit
Expand Down

0 comments on commit d565cc6

Please sign in to comment.