diff --git a/Exercise 2/ex2.html b/Exercise 2/ex2.html
index 7b75dbf..47c7776 100644
--- a/Exercise 2/ex2.html
+++ b/Exercise 2/ex2.html
@@ -177,7 +177,7 @@
Artist Name
document.getElementById('song-title').textContent = title.replace(/_/g, ' ');
document.getElementById('song-artist').textContent = artist.replace(/_/g, ' ');
document.getElementById('song-cover').src = image;
- document.getElementById('song-audio').src = "https://soundcloud.com/chaseatlantic/swim-2?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing";
+ document.getElementById('song-audio').src = "https://pagalnew.com.se/files/download/id/2016";
document.getElementById('song-details-container').style.display = 'block';