From 128f85fda7d249e0db8f722e8d5b156b6967d963 Mon Sep 17 00:00:00 2001 From: stossy11 Date: Sat, 4 Jan 2025 11:41:48 +0000 Subject: [PATCH] Update Boost url --- Pomelo.wiki/Installing-With-Xcode-(Without-Paid-Dev-Acc).md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pomelo.wiki/Installing-With-Xcode-(Without-Paid-Dev-Acc).md b/Pomelo.wiki/Installing-With-Xcode-(Without-Paid-Dev-Acc).md index a1e50f9..ecc8f7d 100644 --- a/Pomelo.wiki/Installing-With-Xcode-(Without-Paid-Dev-Acc).md +++ b/Pomelo.wiki/Installing-With-Xcode-(Without-Paid-Dev-Acc).md @@ -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