Skip to content

Commit e7a1c62

Browse files
committed
chore(sdk): fix typo in variable
1 parent 2cce969 commit e7a1c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ curl -fsSL https://github.com/foundry-rs/foundry/releases/download/v${FOUNDRY_VE
7272
case "${TARGETARCH}" in
7373
amd64) echo "325ba04dc5cb41c110723b00ac291f8269f8cd785028299aad8252ef980961a7 /tmp/foundry.tar.gz" | sha256sum --check ;;
7474
arm64) echo "209492cb4ebd723d9eac002fa30f41f53c8810105b67d3c32fe8201cf70f89d4 /tmp/foundry.tar.gz" | sha256sum --check ;;
75-
*) echo "unsupported architecture: $ARCH"; exit 1 ;;
75+
*) echo "unsupported architecture: ${TARGETARCH}"; exit 1 ;;
7676
esac
7777
tar -zx -f /tmp/foundry.tar.gz -C /usr/local/bin
7878
EOF

0 commit comments

Comments
 (0)