Skip to content

Commit 595c70d

Browse files
authored
Restore BENCHMARKS_URL to upstream
1 parent 5d24bca commit 595c70d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ BENCHMARKS ?= logicnets_jscl \
2323
ispd16_example2
2424

2525

26-
#BENCHMARKS_URL = https://github.com/Xilinx/fpga24_routing_contest/releases/latest/download/benchmarks.tar.gz
27-
BENCHMARKS_URL = https://github.com/eddieh-xlnx/fpga24_routing_contest/releases/download/benchmarks/benchmarks.tar.gz
26+
BENCHMARKS_URL = https://github.com/Xilinx/fpga24_routing_contest/releases/latest/download/benchmarks.tar.gz
2827

2928
# Inherit proxy settings from the host if they exist
3029
HTTPHOST=$(firstword $(subst :, ,$(subst http:,,$(subst /,,$(HTTP_PROXY)))))

0 commit comments

Comments
 (0)