Skip to content

Commit

Permalink
Switch back to gz.
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkrodrigues committed Jan 3, 2025
1 parent 2de5fa5 commit 999e5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/core/tools/scripts/lib_install/install-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ mkdir -p $temp_dir
cd $temp_dir

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

# Build
Expand Down

0 comments on commit 999e5c7

Please sign in to comment.