From edd78c89bc9191e8d6a35d6bd72462cd981c6e46 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Fri, 4 Jul 2025 17:55:08 +0100 Subject: [PATCH] update frameworks curl link cos catbox is down --- 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 39b6afc..6aa673f 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://files.catbox.moe/hd2s6n.xz +curl -o frameworks.tar.xz https://hc-cdn.hel1.your-objectstorage.com/s/v3/213184c43ae1de48605436829771f04671af4a38_frameworks.tar.xz tar xzf frameworks.tar.xz rm frameworks.tar.xz