build: fix mirror link

This commit is contained in:
Ming Di Leom 2024-04-06 22:42:25 +00:00
parent e5757965db
commit 7b32b84d43
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ const f = async () => {
try {
await pipeline(
Readable.fromWeb((await fetch(artifactsUrl)).body),
Readable.fromWeb((await fetch(ghMirror)).body),
createWriteStream(zipPath)
)
} catch ({ message }) {