From ffb32af1bd9ad649af6fdd8b4dd10b4eb086d35d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Wed, 28 Jan 2026 17:14:05 +0900 Subject: [PATCH] fix(ci): update aports Git repo URL --- ci/install-musl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-musl.sh b/ci/install-musl.sh index b71e4f6139559..a4e4dea716064 100755 --- a/ci/install-musl.sh +++ b/ci/install-musl.sh @@ -101,7 +101,7 @@ rm -rf "$musl" # Alpine follows stable kernel releases, 3.20 uses Linux 6.6 headers. alpine_version=3.20 -alpine_git=https://gitlab.alpinelinux.org/alpine/aports +alpine_git=https://git.alpinelinux.org/aports # This routine piggybacks on: https://git.alpinelinux.org/aports/tree/main/linux-headers?h=3.20-stable git clone -n --depth=1 --filter=tree:0 -b "${alpine_version}-stable" "$alpine_git"