buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; WASMVM_REPO=\"github.com/CosmWasm/wasmvm\"; WASMVM_MOD_VERSION=\"$(grep ${WASMVM_REPO} go.mod | cut -d ' ' -f 1)\"; WASMVM_VERSION=\"$(go list -m ${WASMVM_MOD_VERSION} | cut -d ' ' -f 2)\"; for LIBWASM in \"libwasmvm_muslc.x86_64.a\" \"libwasmvm_muslc.aarch64.a\" \"libwasmvmstatic_darwin.a\"; wget \"https://${WASMVM_REPO}/releases/download/${WASMVM_VERSION}/${LIBWASM}\" -O \"/lib/${LIBWASM}\"; EXPECTED=$(wget -q \"https://${WASMVM_REPO}/releases/download/${WASMVM_VERSION}/checksums.txt\" -O- | grep \"${LIBWASM}\" | awk '{print $1}'); sha256sum \"/lib/${LIBWASM}\" | grep \"${EXPECTED}\"; done;" did not complete successfully: exit code: 2