From a3214cbd2e3071da18e846499e81b11865cc4f79 Mon Sep 17 00:00:00 2001 From: John Ashburner Date: Wed, 6 Mar 2024 02:28:42 +0000 Subject: [PATCH] Big fix: using raw.githubusercontent to get the raw data --- Artifacts.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artifacts.toml b/Artifacts.toml index 2b223a1..f5b4b0e 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -6,7 +6,7 @@ lazy = true [[pp_lib.download]] sha256 = "d0c5124ba78beb35706dc44e8747a88731e5f9e91da70dbd2837300b26dcebfd" #url = "file:///home/john/work/julia/pp_lib.tar.gz" - url = "https://github.com/spm/PushPull.jl/tree/main/artifacts/pp_lib.tar.gz" + url = "https://raw.githubusercontent.com/spm/PushPull.jl/main/artifacts/pp_lib.tar.gz" [[pp_lib]] arch = "x86_64" @@ -15,5 +15,5 @@ git-tree-sha1 = "7c43d07a531ec2432ca5673f96cb037d7e16b6c9" lazy = true [[pp_lib.download]] sha256 = "d0c5124ba78beb35706dc44e8747a88731e5f9e91da70dbd2837300b26dcebfd" - url = "https://github.com/spm/PushPull.jl/tree/main/artifacts/pp_lib.tar.gz" + url = "https://raw.githubusercontent.com/spm/PushPull.jl/main/artifacts/pp_lib.tar.gz"