Duplicator live to wamp https to http

Try to edit your wp-config.php and add the lines:

define('WP_SITEURL', 'http://example.com/');
define('WP_HOME', 'http://example.com/');

with https or http.