Skip to content

Commit

Permalink
fix: cdn url
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Nov 16, 2022
1 parent 17b51ff commit bc869c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch-build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main() {
throw new Error('no download url')
}

const arrayBuffer = await fetch(`https://cc.shizuri.net/${downloadUrl}`).then(
const arrayBuffer = await fetch(`https://ghproxy.com/${downloadUrl}`).then(
(res) => res.arrayBuffer(),
)
const buffer = Buffer.from(arrayBuffer)
Expand Down

0 comments on commit bc869c9

Please sign in to comment.