diff --git a/testing/ghc-loongarch/APKBUILD b/testing/ghc-loongarch/APKBUILD index 11c62c84a19..f7a7355bf7c 100644 --- a/testing/ghc-loongarch/APKBUILD +++ b/testing/ghc-loongarch/APKBUILD @@ -71,7 +71,7 @@ subpackages="$pkgname-cmds::noarch $pkgname-doc" case "$_bootstrapver" in 9.12.2) # bindist available - source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-$CBUILD.tar.xz" + source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-loongarch64-alpine-linux-musl.tar.xz" _bindist_bootstrap=true _bindist_dir="$tmpdir/ghcbin-$_bootstrapver" export PATH="$_bindist_dir/bin:$PATH"