mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Use a more reliable zig download url
This commit is contained in:
@@ -38,7 +38,7 @@ else()
|
||||
set(ZIG_FILENAME ${ZIG_NAME}.tar.xz)
|
||||
endif()
|
||||
|
||||
set(ZIG_DOWNLOAD_URL http://mirrors.nektro.net/zig/${ZIG_VERSION}/${ZIG_FILENAME})
|
||||
set(ZIG_DOWNLOAD_URL https://bun-ci-assets.bun.sh/${ZIG_FILENAME})
|
||||
|
||||
execute_process(
|
||||
COMMAND
|
||||
|
||||
Reference in New Issue
Block a user