Skip to content

Commit a094c65

Browse files
committed
Fix 7zip url
1 parent 052577d commit a094c65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/maya.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"3.11.9": "https://www.python.org/ftp/python/3.11.9/python-3.11.9-amd64.exe",
3232
}
3333
SEVENZIP_WINDOWS_DOWNLOAD_URL = {
34-
"2301": "https://www.7-zip.org/a/7z2401-x64.exe"
34+
"2301": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe"
3535
}
3636

3737
logging.basicConfig(format="%(asctime)s %(message)s", datefmt="%m/%d/%Y %I:%M:%S %p", level=logging.INFO)

.github/scripts/standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
}
2121
SEVENZIP_WINDOWS_DOWNLOAD_URL = {
22-
"2301": "https://www.7-zip.org/a/7z2401-x64.exe"
22+
"2301": "https://github.com/ip7z/7zip/releases/download/26.01/7z2601-x64.exe"
2323
}
2424

2525

0 commit comments

Comments
 (0)