Skip to content

Commit

Permalink
fix: wasmvm base url in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jul 12, 2024
1 parent 956a18a commit e19e8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/images/builder.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk add git

ARG WASMVM_VERSION="v2.0.0"
ARG WASMVM_LIB="libwasmvm_muslc.$(uname -m).a"
ARG WASMVM_BASE_URL="https://github.com/CosmWasm/wasmvm/v2/releases/download/$WASMVM_VERSION"
ARG WASMVM_BASE_URL="https://github.com/CosmWasm/wasmvm/releases/download/$WASMVM_VERSION"
ARG WASMVM_URL="$WASMVM_BASE_URL/$WASMVM_LIB"
ARG WASMVM_REL_DIR=".wasmvm"
ARG WASMVM_DIR=/go/"$WASMVM_REL_DIR"
Expand Down

0 comments on commit e19e8be

Please sign in to comment.