From 6cff47f0f51d482f07117c14116f3853c5f46c44 Mon Sep 17 00:00:00 2001
From: Nicholas Wright <dozedoffagain@gmail.com>
Date: Sat, 16 Sep 2017 11:54:04 +0200
Subject: [PATCH] ci(travis): updated AMD APP SDK download link

---
 .travis/amd_sdk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis/amd_sdk.sh b/.travis/amd_sdk.sh
index abbce76f..cf0267b5 100644
--- a/.travis/amd_sdk.sh
+++ b/.travis/amd_sdk.sh
@@ -3,7 +3,7 @@
 # Original script from https://github.com/gregvw/amd_sdk/
 
 # Location from which get nonce and file name from
-URL="http://developer.amd.com/tools-and-sdks/opencl-zone/opencl-tools-sdks/amd-accelerated-parallel-processing-app-sdk/"
+URL="http://developer.amd.com/amd-accelerated-parallel-processing-app-sdk/"
 URLDOWN="http://developer.amd.com/amd-license-agreement-appsdk/"
 
 NONCE1_STRING='name="amd_developer_central_downloads_page_nonce"'
-- 
GitLab