Skip to content

Commit 5673914

Browse files
committed
fix(ci): tests fail because of artfiles.org certificate is expired
1 parent 93f879d commit 5673914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fast-apt-mirror.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function get_dist_name() {
139139
mirror_url2=https://ftp.halifax.rwth-aachen.de/kali
140140
;;
141141
ubuntu) mirror_url1=http://archive.ubuntu.com/ubuntu
142-
mirror_url2=https://artfiles.org/ubuntu
142+
mirror_url2=https://ftp.uni-stuttgart.de/ubuntu
143143
;;
144144
*) skip ;;
145145
esac

0 commit comments

Comments
 (0)