update test

This commit is contained in:
CismonX 2022-02-14 23:39:23 +08:00
parent 78497a1b55
commit dbce7a5cfc
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ set tool "default"
set timeout 20
puts "Downloading files..."
exec wget --quiet "http://www.eleves.ens.fr:8080/home/madore/unlambda-2.0.0.tar.gz"
exec wget --quiet "ftp://ftp.madore.org/pub/madore/unlambda/unlambda-2.0.0.tar.gz"
puts "Extracting archive..."
exec tar -zxvf "unlambda-2.0.0.tar.gz" >& /dev/null