From 32aa07a098020357c48e69107240d778da3673b5 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma <69979447+neon443@users.noreply.github.com> Date: Wed, 9 Jul 2025 11:29:04 +0100 Subject: [PATCH] Update ci_post_clone.sh --- ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 6aa673f..39b6afc 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -9,6 +9,6 @@ #working dir starts at /Volumes/workspace/repository/ci_scripts cd .. mkdir Frameworks; cd Frameworks -curl -o frameworks.tar.xz https://hc-cdn.hel1.your-objectstorage.com/s/v3/213184c43ae1de48605436829771f04671af4a38_frameworks.tar.xz +curl -o frameworks.tar.xz https://files.catbox.moe/hd2s6n.xz tar xzf frameworks.tar.xz rm frameworks.tar.xz