diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index b171967..f3245cb 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -694,7 +694,7 @@ "Linux_Alpine": { "unknown_versioning": { "dlHash": "cb13b645d103e2fba2eb8dfcc4e5f2fbd9550c00c4df42f342b4210436dcb8a8", - "dlSubdir": "ghc-8.10.1", + "dlSubdir": "ghc-8.10.1-x86_64-unknown-linux", "dlUri": "https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-alpine3.10-linux-integer-simple.tar.xz" } }, diff --git a/lib/GHCup/Data/GHCupDownloads.hs b/lib/GHCup/Data/GHCupDownloads.hs index 5beae00..dd2e2fc 100644 --- a/lib/GHCup/Data/GHCupDownloads.hs +++ b/lib/GHCup/Data/GHCupDownloads.hs @@ -883,7 +883,7 @@ ghc_8101_64_darwin = DownloadInfo ghc_8101_64_alpine :: DownloadInfo ghc_8101_64_alpine = DownloadInfo [uri|https://downloads.haskell.org/~ghc/8.10.1/ghc-8.10.1-x86_64-alpine3.10-linux-integer-simple.tar.xz|] - (Just [rel|ghc-8.10.1|]) + (Just [rel|ghc-8.10.1-x86_64-unknown-linux|]) "cb13b645d103e2fba2eb8dfcc4e5f2fbd9550c00c4df42f342b4210436dcb8a8"