From 5b30ba88c7e4406b0af36020bdcfdf78af5562bf Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 6 Sep 2023 13:59:58 +0200 Subject: [PATCH] update iso url --- other/alpine/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/alpine/index.js b/other/alpine/index.js index 79e862c..21266d1 100644 --- a/other/alpine/index.js +++ b/other/alpine/index.js @@ -14,7 +14,7 @@ window.onload = function() url: "https://cdn-mu-ten.vercel.app/v86/vgabios.bin", }, cdrom: { - url: "https://dl-cdn.alpinelinux.org/alpine/v3.18/releases/x86/alpine-standard-3.18.3-x86.iso", + url: "https://data.boof.eu.org/alpine-standard-3.18.3-x86.iso", }, autostart: true, });