Skip to content

Commit 3a1b139

Browse files
committed
Use anza url
1 parent d2c7a36 commit 3a1b139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ENV PATH="${PATH}:/root/.local/bin"
1212
RUN poetry config virtualenvs.in-project true
1313

1414
# Install Solana Tool Suite
15-
RUN sh -c "$(curl -sSfL https://release.solana.com/v2.2.1/install)"
15+
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.2.1/install)"
1616
ENV PATH="${PATH}:/root/.local/share/solana/install/active_release/bin"
1717

1818
ADD . /agent

0 commit comments

Comments
 (0)