forked from portelli/lattice-benchmarks
JSON URL fix
This commit is contained in:
parent
928528ccfe
commit
c9d3d0bbc5
@ -2,7 +2,7 @@
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
json_url='https://github.com/nlohmann/json/blob/bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d/single_include/nlohmann/json.hpp'
|
||||
json_url='https://raw.githubusercontent.com/nlohmann/json/bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d/single_include/nlohmann/json.hpp'
|
||||
|
||||
if [ ! -f json.hpp ]; then
|
||||
wget ${json_url}
|
||||
|
Loading…
Reference in New Issue
Block a user