Skip to content

Commit

Permalink
Big fix: using raw.githubusercontent to get the raw data
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnAshburner committed Mar 6, 2024
1 parent a9db351 commit a3214cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit a3214cb

Please sign in to comment.