#!/bin/sh
set -ex
version=v3.7.3
url=https://github.com/nlohmann/json/releases/download/$version/json.hpp
curl -fsSLO $url
mv json.hpp include/measurement_kit/internal/vendor
