From 1ca628aba197c94d0ff98bdd7da1828695d91f4e Mon Sep 17 00:00:00 2001 From: puffnfresh Date: Thu, 18 Jun 2020 07:52:34 -0400 Subject: [PATCH] Fix dlSubdir of ghc-8.10.1-x86_64-unknown-linux for Linux_Alpine --- ghcup-0.0.2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup-0.0.2.json b/ghcup-0.0.2.json index 8bd5bd6..96c441e 100644 --- a/ghcup-0.0.2.json +++ b/ghcup-0.0.2.json @@ -687,7 +687,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" } },