diff --git a/.github/scripts/setup-system.sh b/.github/scripts/setup-system.sh index 346abf0ef..e20964d4f 100755 --- a/.github/scripts/setup-system.sh +++ b/.github/scripts/setup-system.sh @@ -335,10 +335,10 @@ elif [ "$SYSNAME" = "Darwin" ]; then echo "Download patched tauri cli.js build..." case "$_arch" in x86_64) - _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573480.zip" + _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683038.zip" ;; arm64) - _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/687573479.zip" + _artifact_url="https://nightly.link/${_sd_gh_path}/actions/artifacts/702683035.zip" ;; *) err "Unsupported architecture: $_arch"