Skip to content

Commit 752df97

Browse files
committed
change http go to https for titan benchmark
1 parent e97bb0b commit 752df97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtr_flow/scripts/download_titan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ExtractionError(Exception):
2828
pass
2929

3030

31-
TITAN_URL_MIRRORS = {"eecg": "http://www.eecg.utoronto.ca/~vaughn/titan/"}
31+
TITAN_URL_MIRRORS = {"eecg": "https://www.eecg.utoronto.ca/~vaughn/titan/"}
3232

3333

3434
def parse_args():

0 commit comments

Comments
 (0)