From e7be5a5e2b8b46179e7915c5bc0fa91056763ec9 Mon Sep 17 00:00:00 2001 From: Justine Tunney Date: Sun, 21 Jul 2024 15:30:47 -0700 Subject: [PATCH] Upgrade to latest superconfigure --- tool/cosmocc/package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/cosmocc/package.sh b/tool/cosmocc/package.sh index db8f36fa0..48d2be7c6 100755 --- a/tool/cosmocc/package.sh +++ b/tool/cosmocc/package.sh @@ -118,10 +118,10 @@ fetch() { OLD=$PWD cd "$OUTDIR/" if [ ! -x bin/x86_64-linux-cosmo-gcc ]; then - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.45/aarch64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.46/aarch64-gcc.zip unzip aarch64-gcc.zip rm -f aarch64-gcc.zip - fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.45/x86_64-gcc.zip + fetch https://github.com/ahgamut/superconfigure/releases/download/z0.0.46/x86_64-gcc.zip unzip x86_64-gcc.zip rm -f x86_64-gcc.zip fi