From 9089a70ec459d40d9ea3201e64bc9518f07c0496 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 25 Feb 2024 09:44:22 +0100 Subject: [PATCH] Update `setup.py` --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index e11daa23..d3f420bf 100644 --- a/tools/setup.py +++ b/tools/setup.py @@ -8,7 +8,7 @@ import sys tools_path = Path(__file__).parent print('\nInstalling toolchain...') -response = requests.get('https://cdn.discordapp.com/attachments/698589325620936736/845499146982129684/mwccarm.zip') +response = requests.get('http://decomp.aetias.com/mwccarm.zip') zip_file = zipfile.ZipFile(io.BytesIO(response.content)) zip_file.extractall(tools_path)