Skip to content

Commit a6f79c8

Browse files
committed
ci: minor correction
1 parent 0108347 commit a6f79c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/deployer/init_script.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ tar xf OpenJDK11U-jdk_x64_linux_hotspot_$${JAVA_VERS}.tar.gz -C /opt/java
136136
go install github.com/icon-project/goloop/cmd/goloop@latest
137137

138138
# Install archway
139-
wget -q https://github.com/archway-network/archway/releases/download/v$${ARCHWAY_VERS}/archway_$${ARCHWAY_VERS}_linux_amd64.zip
140-
unzip archway_$${ARCHWAY_VERS}_linux_amd64.zip
139+
wget -q https://github.com/archway-network/archway/releases/download/v$${ARCHWAY_VERS}/archwayd_$${ARCHWAY_VERS}_linux_amd64.zip
140+
unzip archwayd_$${ARCHWAY_VERS}_linux_amd64.zip
141141
sudo cp archwayd /usr/local/bin
142142

143143
# Install injectived

0 commit comments

Comments
 (0)