diff --git a/docs/getting.rst b/docs/getting.rst index 70c8bfb..e59cd13 100644 --- a/docs/getting.rst +++ b/docs/getting.rst @@ -131,7 +131,7 @@ Download architecture definitions: mkdir -p $INSTALL_DIR/xc7/install - for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test xc7z020_test; do + for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test; do wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/20220406-185509/symbiflow-arch-defs-${PKG}-3ef4188.tar.xz | tar -xJC $INSTALL_DIR/xc7/install done