Update Boost url

This commit is contained in:
stossy11 2025-01-04 11:41:48 +00:00
parent 34332e452e
commit 128f85fda7

@ -22,11 +22,11 @@ $ Brew install wget
**Open terminal copy/paste**
$ wget -O boost1.84.zip https://boostorg.jfrog.io/artifactory/main/release/1.84.0/source/boost_1_84_0.zip
$ wget -O boost1.84.zip https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.zip
$ unzip boost1.84.zip
$ cd boost_1_84_0
$ cd boost-1.84.0
$ sh bootstrap.sh --prefix=/usr/local